home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ms_mz22.zip / MZIP.DOC < prev    next >
Text File  |  1993-11-11  |  2KB  |  63 lines

  1.                 MZip v2.2 for C-Net Amiga's QWK processing
  2.                           -----------------------
  3.                  Allows you to support ZIP'ped QWK packets
  4.              Compiled under the SAS C programming environment
  5.                            Written by Ray Akey.
  6.  
  7.  
  8.  
  9.                                  Changes:
  10.                                  --------
  11.    MZip now has a configuration file called MZip.cfg that is searched for in
  12.    the S: directory of your system.  If S:MZIP.CFG does not exist, MZip
  13.    will use it's internal default Zip string, coded as:
  14.  
  15.  
  16.        "Zip -j %s %s"
  17.  
  18.        where, in Zip v1.9h by Mark Adler, the arguments are designated as:
  19.        -j = junk (don't store in archive) directory names.
  20.  
  21.    This capability was added to retain compatibility with new releases of
  22.    Zip and to allow MZip to work with other compression programs.
  23.  
  24.    MZip now checks the filetype of the arguments supplied.  With this
  25.    capability, you can now supply just the NAME of a directory and that 
  26.    complete directory will be added to the archive.  Also, if the
  27.    argument(s) is a file, the file will be added to the archive.  The
  28.    two types can be mixed no problem.  For example:
  29.  
  30.       MZip My.zip stuff: dh0:devs/dosdrivers s:myfile
  31.  
  32.       The above example will cause all files in stuff: to be added to the
  33.       archive "My.zip", as well as adding the contents of
  34.       "dh0:devs/dosdrivers" and the single file s:myfile.
  35.  
  36.    ----------------------------- END OF CHANGES ----------------------------
  37.  
  38.  
  39.  
  40.  
  41.                              MZip User-Manual
  42.                              ----------------
  43.    This program/command requires the program "ZIP" in your C: directory or
  44.    somewhere in your "PATH" and also UnZip, if you wish to support compression
  45.    and decompression of QWK packets.
  46.  
  47.    The first thing you need to do is load BBSTEXT into your favorite text
  48.    editor.
  49.  
  50.    Unzip installation:
  51.    -------------------
  52.    Look in the ARCHIVERS section of "config" for the "QWK Extract" gadget and
  53.    put the command "UnZip -x %s" there.  That's it for unzip.
  54.  
  55.    MZip installation:
  56.    ------------------
  57.    You now need to find the "YANK PACK" gadget in the archivers section of
  58.    "config".  Put the command "MZip %s" there.  MZip will search for all files
  59.    to be compressed for QWK and then feed them one at a time to ZIP for
  60.    addition to the correct ".QWK" zip file.
  61.  
  62.    That's in. Happy QWK'ing!
  63.